home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 February / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Klienci P2P / Multi / Shareaza 2.2.3.0 / Shareaza_2.2.3.0.exe / {app} / Schemas / presentation.xsd < prev    next >
Extensible Markup Language  |  2006-07-23  |  2KB  |  70 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Document:Presentation XML Framework; v1.4; Jonathan C. Nilson -->
  3.  
  4. <schema targetNamespace="http://www.shareaza.com/schemas/presentation.xsd" version="1.0" xmlns="http://www.w3.org/2001/XMLSchema">
  5.  
  6.     <mapping>
  7.         <network name="ed2k" value="Doc"/>
  8.     </mapping>
  9.  
  10.     <element name="presentations">
  11.         <complexType>
  12.             <element name="presentation" type="presentationType" minOccurs="1" maxOccurs="unbounded"/>
  13.         </complexType>
  14.     </element>     
  15.     
  16.     <complexType name="presentationType">
  17.         <all>
  18.             <attribute name="title" type="string"/>
  19.             <attribute name="author" type="string"/>
  20.             <attribute name="subject" type="string"/>
  21.             <attribute name="language">
  22.                 <simpleType base="string">
  23.                     <enumeration value="Danish"/>
  24.                     <enumeration value="English"/>
  25.                     <enumeration value="French"/>
  26.                     <enumeration value="German"/>
  27.                     <enumeration value="Italian"/>
  28.                     <enumeration value="Korean"/>
  29.                     <enumeration value="Japanese"/>
  30.                     <enumeration value="Mandarin"/>
  31.                     <enumeration value="Russian"/>
  32.                     <enumeration value="Spanish"/>
  33.                 </simpleType>
  34.             </attribute>
  35.             <attribute name="keywords" type="string"/>
  36.             <attribute name="abstract" type="string"/>
  37.             <attribute name="initials" type="string"/>
  38.             <attribute name="copyright" type="string"/>
  39.             <attribute name="version" type="string"/>
  40.             <attribute name="revision" type="string"/>
  41.  
  42.             <attribute name="format">
  43.                 <simpleType base="string">
  44.                     <enumeration value="Adobe Acrobat PDF"/>
  45.                     <enumeration value="Corel Presentations"/>
  46.                     <enumeration value="HTML"/>
  47.                     <enumeration value="Macromedia Flash"/>
  48.                     <enumeration value="Microsoft PowerPoint"/>
  49.                     <enumeration value="OpenDocument Presentation"/>
  50.                     <enumeration value="OpenDocument Presentation Template"/>
  51.                     <enumeration value="OpenOffice.org 1.0 Presentation"/>
  52.                     <enumeration value="OpenOffice.org 1.0 Presentation Template"/>
  53.                     <enumeration value="Sun StarOffice Impress"/>
  54.                     <enumeration value="Sun StarOffice Impress Template"/>
  55.                 </simpleType>
  56.             </attribute>
  57.     
  58.             <attribute name="formatVersion" type="string"/>
  59.             <attribute name="slides" type="int"/>
  60.                 <attribute name="link" type="uriReference"/>
  61.             <attribute name="comments">
  62.                 <simpleType base="string">
  63.                     <maxInclusive value="100"/>
  64.                 </simpleType>
  65.             </attribute>
  66.             <attribute name="SHA1" type="string"/>
  67.         </all>
  68.     </complexType>
  69.  
  70. </schema>